LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

ColorThresholdCommand Constructor(ColorThresholdCommandType,ColorThresholdCommandComponent[])






Value that represents the color space on which the threshold is based.
Array of 3 ColorThresholdCommandComponent classs that contains the properties used to compare and modify each component.
Initializes a new ColorThresholdCommand class object with explicit parameters. .NET support WinRT support Silverlight support
Syntax
public ColorThresholdCommand( 
   ColorThresholdCommandType type,
   ColorThresholdCommandComponent[] components
)
'Declaration
 
Public Function New( _
   ByVal type As ColorThresholdCommandType, _
   ByVal components() As ColorThresholdCommandComponent _
)
'Usage
 
Dim type As ColorThresholdCommandType
Dim components() As ColorThresholdCommandComponent
 
Dim instance As New ColorThresholdCommand(type, components)
public ColorThresholdCommand( 
   ColorThresholdCommandType type,
   ColorThresholdCommandComponent[] components
)
function ColorThresholdCommand( 
   type ,
   components 
)

Parameters

type
Value that represents the color space on which the threshold is based.
components
Array of 3 ColorThresholdCommandComponent classs that contains the properties used to compare and modify each component.
Example
Refer to ColorThresholdCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColorThresholdCommand Class
ColorThresholdCommand Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.